projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9772455
)
(prepare_to_modify_buffer): Set Vdeactivate_mark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Mar 1993 09:33:13 +0000
(09:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Mar 1993 09:33:13 +0000
(09:33 +0000)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index 7b5b8e083c188b7b1103e13e6138f4ae0a09cb6d..bfbf76861f2a09a3624ccd6d7231c5cefec540c1 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-1,5
+1,5
@@
/* Buffer insertion/deletion and gap motion for GNU Emacs.
- Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1986
, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-511,6
+511,8
@@
prepare_to_modify_buffer (start, end)
#endif /* not CLASH_DETECTION */
signal_before_change (start, end);
+
+ Vdeactivate_mark = Qt;
}
\f
static Lisp_Object